Commit Graph

30 Commits

Author SHA1 Message Date
Markus Gans d12875682d Some pointers were replaced by references 2021-05-07 23:17:23 +02:00
Markus Gans 0fefcd81c2 Fixes Linux console bug from February 20, 2021 2021-04-30 00:28:05 +02:00
Markus Gans 8a7ce330a3 Better support for kitty terminals 2021-04-11 21:00:06 +02:00
Markus Gans 73faadd852 Removing the termcap library from the header files so that FINAL CUT programs are not affected by the preprocessor #define macros 2021-02-28 13:21:21 +01:00
Markus Gans b2de303cfc Refactoring to scaled enumerations 2020-12-31 20:45:10 +01:00
Markus Gans 226663889b Improvement of the move semantics in FVTermPreprocessing 2020-12-03 23:20:33 +01:00
Markus Gans 4517038521 Using smart pointers for global objects 2020-12-03 10:43:20 +01:00
Markus Gans 6a8459c52b Fixes unit test segfault 2020-10-17 17:34:10 +02:00
Markus Gans e74dccf481 Screen reports (like Secondary DA) are now read directly 2020-10-08 05:55:32 +02:00
Markus Gans a821030333 Replaces some C-style arrays with std::array 2020-10-04 00:59:21 +02:00
Markus Gans b9042d5a03 Small code and text changes 2020-08-23 00:32:41 +02:00
Markus Gans 53ba96504f New data wrapper class FData and minor text changes 2020-07-08 21:32:47 +02:00
Markus Gans a90cd1ad55 const type qualifiers and list initialization 2020-05-02 00:07:35 +02:00
Markus Gans 53f1059312 Minor bug fixes 2020-04-02 09:59:34 +02:00
Markus Gans a279a0981a Internal redesign of the callback call 2019-10-05 23:20:07 +02:00
Markus Gans 8c67f64db4 Support for displaying full-width characters 2019-09-28 03:13:06 +02:00
Markus Gans bc3afa6235 Remove #pragma pack() directive lines 2019-09-08 02:04:24 +02:00
Markus Gans d1fedfec9f Cygwin and Linux console do not use cp437 character encoding by default 2019-09-04 23:57:31 +02:00
Markus Gans 248cf8a0ba Update VTerm information only in case of changes 2019-08-18 21:35:36 +02:00
Markus Gans ad2766e706 Solved problem detecting terminal size on quick changes 2019-08-18 02:04:44 +02:00
Markus Gans bd81fdb069 set OpenBSD pitch and duration of the system speaker 2019-08-10 20:14:44 +02:00
Markus Gans 5257beb73a Small cleanups 2019-08-06 23:45:28 +02:00
Markus Gans 77b76b7a2a Reduce the number of interface parameters 2019-08-04 23:38:47 +02:00
Markus Gans 0ba913a23e small fixes 2019-07-29 02:34:58 +02:00
Markus Gans f78aba0395 Add unit test for the FTermFreeBSD class 2019-07-28 23:12:01 +02:00
Markus Gans ff9673d262 Reduces the use of raw loops 2019-07-14 18:30:35 +02:00
Markus Gans 7cd169758c Expanding the unit test for FTermLinux 2019-07-06 02:57:03 +02:00
Markus Gans 38df039235 Expanding the unit test for FTermLinux 2019-07-04 15:26:26 +02:00
Markus Gans 340d78e433 Expanding the Unit Test for FTermLinux 2019-07-01 01:07:54 +02:00
Markus Gans 4cd92ea36e Add a unit test for FTermLinux with a Linux console emulation and a dedicated FSystem test instance 2019-06-19 16:28:55 +02:00