31 #ifndef FTERMCAPQUIRKS_H    32 #define FTERMCAPQUIRKS_H    34 #if !defined (USE_FINAL_H) && !defined (COMPILE_FINAL_CUT)    35   #error "Only <final/final.h> can be included directly."    38 #include "final/util/fstring.h"    54     auto getClassName() 
const -> 
FString;
    57     static void terminalFixup();
    61 #if defined(__FreeBSD__) || defined(__DragonFly__) || defined(UNIT_TEST)    62     static void freebsd();
    74     static void teraterm();
    75     static void sunConsole();
    77     static void general();
    78     static void caModeExtension();
    79     static void repeatLastChar();
    85 inline auto FTermcapQuirks::getClassName() 
const -> 
FString    86 { 
return "FTermcapQuirks"; }
    90 #endif  // FTERMCAPQUIRKS_H Definition: class_template.cpp:25
 
Definition: ftermcapquirks.h:47