2017-11-04 07:03:53 +01:00
|
|
|
/***********************************************************************
|
|
|
|
* fterm.h - Base class for terminal detection and control *
|
|
|
|
* *
|
|
|
|
* This file is part of the Final Cut widget toolkit *
|
|
|
|
* *
|
2019-01-02 03:00:07 +01:00
|
|
|
* Copyright 2012-2019 Markus Gans *
|
2017-11-04 07:03:53 +01:00
|
|
|
* *
|
|
|
|
* The Final Cut is free software; you can redistribute it and/or *
|
|
|
|
* modify it under the terms of the GNU Lesser General Public License *
|
|
|
|
* as published by the Free Software Foundation; either version 3 of *
|
|
|
|
* the License, or (at your option) any later version. *
|
|
|
|
* *
|
|
|
|
* The Final Cut is distributed in the hope that it will be useful, *
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
|
|
|
* GNU Lesser General Public License for more details. *
|
|
|
|
* *
|
|
|
|
* You should have received a copy of the GNU Lesser General Public *
|
|
|
|
* License along with this program. If not, see *
|
|
|
|
* <http://www.gnu.org/licenses/>. *
|
|
|
|
***********************************************************************/
|
2017-10-02 07:32:33 +02:00
|
|
|
|
|
|
|
/* Base class
|
|
|
|
* ══════════
|
|
|
|
*
|
2018-05-20 15:15:42 +02:00
|
|
|
* ▕▔▔▔▔▔▔▔▏1 1▕▔▔▔▔▔▔▔▔▔▔▏
|
|
|
|
* ▕ FTerm ▏-┬- - - -▕ FTermios ▏
|
|
|
|
* ▕▁▁▁▁▁▁▁▏ : ▕▁▁▁▁▁▁▁▁▁▁▏
|
|
|
|
* :
|
|
|
|
* : 1▕▔▔▔▔▔▔▔▔▔▔▏
|
|
|
|
* :- - - -▕ FTermcap ▏
|
|
|
|
* : ▕▁▁▁▁▁▁▁▁▁▁▏
|
|
|
|
* :
|
|
|
|
* : 1▕▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▏
|
|
|
|
* :- - - -▕ FTermcapQuirks ▏
|
|
|
|
* : ▕▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▏
|
|
|
|
* :
|
|
|
|
* : 1▕▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▏
|
|
|
|
* :- - - -▕ FTermDetection ▏
|
|
|
|
* : ▕▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▏
|
|
|
|
* :
|
|
|
|
* : 1▕▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▏
|
|
|
|
* :- - - -▕ FTermXTerminal ▏
|
|
|
|
* : ▕▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▏
|
|
|
|
* :
|
2018-06-12 16:37:48 +02:00
|
|
|
* : 1▕▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▏
|
|
|
|
* :- - - -▕ FTermLinux ▏
|
|
|
|
* : ▕▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▏
|
|
|
|
* :
|
|
|
|
* : 1▕▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▏
|
|
|
|
* :- - - -▕ FTermFreeBSD ▏
|
|
|
|
* : ▕▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▏
|
|
|
|
* :
|
|
|
|
* : 1▕▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▏
|
|
|
|
* :- - - -▕ FTermOpenBSD ▏
|
|
|
|
* : ▕▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▏
|
|
|
|
* :
|
2018-05-20 15:15:42 +02:00
|
|
|
* : 1▕▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▏
|
|
|
|
* :- - - -▕ FColorPalette ▏
|
|
|
|
* : ▕▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▏
|
2017-10-02 07:32:33 +02:00
|
|
|
* :
|
|
|
|
* : 1▕▔▔▔▔▔▔▔▔▔▔▔▏
|
|
|
|
* :- - - -▕ FOptiAttr ▏
|
|
|
|
* : ▕▁▁▁▁▁▁▁▁▁▁▁▏
|
|
|
|
* :
|
2018-05-20 15:15:42 +02:00
|
|
|
* : 1▕▔▔▔▔▔▔▔▔▔▔▔▏
|
|
|
|
* :- - - -▕ FOptiMove ▏
|
|
|
|
* : ▕▁▁▁▁▁▁▁▁▁▁▁▏
|
|
|
|
* :
|
2018-07-15 19:52:59 +02:00
|
|
|
* : 1▕▔▔▔▔▔▔▔▔▔▔▔▏
|
|
|
|
* :- - - -▕ FKeyboard ▏
|
|
|
|
* : ▕▁▁▁▁▁▁▁▁▁▁▁▏
|
|
|
|
* :
|
2018-07-22 23:07:49 +02:00
|
|
|
* : 1▕▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▏
|
|
|
|
* :- - - -▕ FMouseControl ▏
|
|
|
|
* : ▕▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▏
|
|
|
|
* :
|
2017-10-02 07:32:33 +02:00
|
|
|
* : *▕▔▔▔▔▔▔▔▔▔▏
|
|
|
|
* :- - - -▕ FString ▏
|
|
|
|
* : ▕▁▁▁▁▁▁▁▁▁▏
|
|
|
|
* :
|
|
|
|
* : *▕▔▔▔▔▔▔▔▔▏
|
|
|
|
* :- - - -▕ FPoint ▏
|
|
|
|
* : ▕▁▁▁▁▁▁▁▁▏
|
|
|
|
* :
|
|
|
|
* : *▕▔▔▔▔▔▔▔▏
|
|
|
|
* └- - - -▕ FRect ▏
|
|
|
|
* ▕▁▁▁▁▁▁▁▏
|
|
|
|
*/
|
2015-05-23 13:35:12 +02:00
|
|
|
|
2017-04-09 20:08:53 +02:00
|
|
|
#ifndef FTERM_H
|
|
|
|
#define FTERM_H
|
2015-05-23 13:35:12 +02:00
|
|
|
|
2017-10-31 00:41:59 +01:00
|
|
|
#if !defined (USE_FINAL_H) && !defined (COMPILE_FINAL_CUT)
|
|
|
|
#error "Only <final/final.h> can be included directly."
|
|
|
|
#endif
|
|
|
|
|
2017-09-17 21:32:46 +02:00
|
|
|
#include "final/fconfig.h"
|
2015-08-22 18:53:52 +02:00
|
|
|
|
2015-08-09 23:39:12 +02:00
|
|
|
#include <sys/ioctl.h>
|
2016-10-14 13:02:35 +02:00
|
|
|
#include <sys/stat.h>
|
2015-05-23 13:35:12 +02:00
|
|
|
|
|
|
|
#include <fcntl.h>
|
|
|
|
#include <langinfo.h>
|
2018-01-14 21:21:08 +01:00
|
|
|
|
2017-12-14 00:35:10 +01:00
|
|
|
#if F_HAVE_GETTTYNAM && F_HAVE_TTYENT_H
|
|
|
|
#include <ttyent.h>
|
|
|
|
#endif
|
|
|
|
|
2017-04-09 20:08:53 +02:00
|
|
|
#include <clocale>
|
2015-05-23 13:35:12 +02:00
|
|
|
#include <cmath>
|
|
|
|
#include <csignal>
|
|
|
|
#include <map>
|
|
|
|
#include <queue>
|
2017-09-11 03:06:02 +02:00
|
|
|
#include <string>
|
2015-05-23 13:35:12 +02:00
|
|
|
|
2017-09-17 21:32:46 +02:00
|
|
|
#include "final/fc.h"
|
2018-01-24 23:02:45 +01:00
|
|
|
#include "final/fcolorpalette.h"
|
2018-07-22 23:07:49 +02:00
|
|
|
#include "final/fkey_map.h"
|
2018-07-15 19:52:59 +02:00
|
|
|
#include "final/fkeyboard.h"
|
2018-01-14 21:21:08 +01:00
|
|
|
#include "final/fmouse.h"
|
2017-09-17 21:32:46 +02:00
|
|
|
#include "final/foptiattr.h"
|
|
|
|
#include "final/foptimove.h"
|
|
|
|
#include "final/fpoint.h"
|
|
|
|
#include "final/frect.h"
|
|
|
|
#include "final/fstring.h"
|
|
|
|
#include "final/ftermcap.h"
|
2018-05-02 12:31:21 +02:00
|
|
|
#include "final/ftermcapquirks.h"
|
2018-10-01 22:27:54 +02:00
|
|
|
#include "final/ftermdata.h"
|
2018-11-02 01:17:57 +01:00
|
|
|
#include "final/ftermdebugdata.h"
|
2018-05-02 12:31:21 +02:00
|
|
|
#include "final/ftermdetection.h"
|
2018-05-27 19:43:18 +02:00
|
|
|
|
2018-06-12 16:37:48 +02:00
|
|
|
#if defined(__linux__)
|
|
|
|
#include "final/ftermlinux.h"
|
2018-10-08 04:14:20 +02:00
|
|
|
#elif defined(__FreeBSD__) || defined(__DragonFly__)
|
2018-05-27 19:43:18 +02:00
|
|
|
#include "final/ftermfreebsd.h"
|
2018-10-08 04:14:20 +02:00
|
|
|
#elif defined(__NetBSD__) || defined(__OpenBSD__)
|
2018-05-27 19:43:18 +02:00
|
|
|
#include "final/ftermopenbsd.h"
|
|
|
|
#endif
|
|
|
|
|
2018-05-02 12:31:21 +02:00
|
|
|
#include "final/ftermios.h"
|
2018-05-20 15:15:42 +02:00
|
|
|
#include "final/ftermxterminal.h"
|
2015-05-23 13:35:12 +02:00
|
|
|
|
2018-09-20 23:59:01 +02:00
|
|
|
namespace finalcut
|
|
|
|
{
|
2015-05-23 13:35:12 +02:00
|
|
|
|
|
|
|
//----------------------------------------------------------------------
|
|
|
|
// class FTerm
|
|
|
|
//----------------------------------------------------------------------
|
|
|
|
|
|
|
|
#pragma pack(push)
|
|
|
|
#pragma pack(1)
|
|
|
|
|
2019-01-04 02:18:54 +01:00
|
|
|
class FTerm final
|
2015-05-23 13:35:12 +02:00
|
|
|
{
|
2017-09-11 03:06:02 +02:00
|
|
|
public:
|
|
|
|
// Typedefs
|
2018-06-25 00:14:53 +02:00
|
|
|
typedef FOptiAttr::charData charData;
|
2019-01-03 07:36:18 +01:00
|
|
|
typedef FTermData::characterSub characterSub;
|
2017-09-11 03:06:02 +02:00
|
|
|
|
2018-10-29 00:45:45 +01:00
|
|
|
struct initializationValues; // forward declaration
|
|
|
|
|
2017-09-11 03:06:02 +02:00
|
|
|
// Constructor
|
|
|
|
explicit FTerm (bool = false);
|
2018-12-24 18:11:16 +01:00
|
|
|
|
2018-12-09 22:04:55 +01:00
|
|
|
// Disable copy constructor
|
|
|
|
FTerm (const FTerm&) = delete;
|
2018-12-24 18:11:16 +01:00
|
|
|
|
2017-09-11 03:06:02 +02:00
|
|
|
// Destructor
|
|
|
|
virtual ~FTerm();
|
|
|
|
|
2018-12-09 22:04:55 +01:00
|
|
|
// Disable assignment operator (=)
|
|
|
|
FTerm& operator = (const FTerm&) = delete;
|
|
|
|
|
2017-09-11 03:06:02 +02:00
|
|
|
// Accessors
|
2018-10-01 22:27:54 +02:00
|
|
|
virtual const char* getClassName() const;
|
|
|
|
static FKeyboard* getKeyboard();
|
|
|
|
static FMouseControl* getMouseControl();
|
2018-10-14 06:25:33 +02:00
|
|
|
static std::size_t getLineNumber();
|
|
|
|
static std::size_t getColumnNumber();
|
2018-11-21 20:07:08 +01:00
|
|
|
static const FString getKeyName (FKey);
|
2018-10-29 00:45:45 +01:00
|
|
|
static FOptiMove* getFOptiMove();
|
2018-10-01 22:27:54 +02:00
|
|
|
static int getTTYFileDescriptor();
|
|
|
|
static char* getTermType();
|
|
|
|
static char* getTermFileName();
|
|
|
|
static int getTabstop();
|
|
|
|
static int getMaxColor();
|
2018-10-29 00:45:45 +01:00
|
|
|
initializationValues& getInitValues();
|
2019-01-03 07:36:18 +01:00
|
|
|
characterSub& getCharSubstitutionMap();
|
2017-04-06 01:31:21 +02:00
|
|
|
|
2017-03-26 20:40:04 +02:00
|
|
|
#if DEBUG
|
2018-11-01 21:29:54 +01:00
|
|
|
FTermDebugData& getFTermDebugData();
|
|
|
|
#endif
|
2017-03-26 20:40:04 +02:00
|
|
|
|
2017-09-11 03:06:02 +02:00
|
|
|
// Inquiries
|
2018-10-01 22:27:54 +02:00
|
|
|
static bool isNormal (charData*&);
|
|
|
|
static bool isRaw();
|
|
|
|
static bool hasUTF8();
|
|
|
|
static bool hasVT100();
|
|
|
|
static bool hasASCII();
|
|
|
|
static bool isMonochron();
|
|
|
|
static bool isXTerminal();
|
|
|
|
static bool isAnsiTerminal();
|
|
|
|
static bool isRxvtTerminal();
|
|
|
|
static bool isUrxvtTerminal();
|
|
|
|
static bool isMltermTerminal();
|
|
|
|
static bool isPuttyTerminal();
|
|
|
|
static bool isKdeTerminal();
|
|
|
|
static bool isGnomeTerminal();
|
|
|
|
static bool isKtermTerminal();
|
|
|
|
static bool isTeraTerm();
|
|
|
|
static bool isSunTerminal();
|
|
|
|
static bool isCygwinTerminal();
|
|
|
|
static bool isMinttyTerm();
|
|
|
|
static bool isLinuxTerm();
|
|
|
|
static bool isFreeBSDTerm();
|
|
|
|
static bool isNetBSDTerm();
|
|
|
|
static bool isOpenBSDTerm();
|
|
|
|
static bool isScreenTerm();
|
|
|
|
static bool isTmuxTerm();
|
|
|
|
static bool isNewFont();
|
2018-10-29 00:45:45 +01:00
|
|
|
static bool isCursorHideable();
|
|
|
|
static bool hasChangedTermSize();
|
|
|
|
static bool hasShadowCharacter();
|
|
|
|
static bool hasHalfBlockCharacter();
|
|
|
|
static bool hasAlternateScreen();
|
2019-01-03 20:56:09 +01:00
|
|
|
static bool canChangeColorPalette();
|
2017-09-11 03:06:02 +02:00
|
|
|
|
|
|
|
// Mutators
|
2018-10-01 22:27:54 +02:00
|
|
|
static void setTermType (const char[]);
|
2018-12-22 23:50:10 +01:00
|
|
|
static void setInsertCursor (bool);
|
2018-10-01 22:27:54 +02:00
|
|
|
static void redefineDefaultColors (bool);
|
2018-12-28 22:57:43 +01:00
|
|
|
static void setDblclickInterval (const uInt64);
|
2018-10-01 22:27:54 +02:00
|
|
|
static bool setUTF8 (bool);
|
|
|
|
static bool setUTF8();
|
|
|
|
static bool unsetUTF8();
|
2017-09-11 03:06:02 +02:00
|
|
|
|
|
|
|
// Methods
|
2018-10-01 22:27:54 +02:00
|
|
|
static bool setVGAFont();
|
|
|
|
static bool setNewFont();
|
|
|
|
static bool setOldFont();
|
|
|
|
static int openConsole();
|
|
|
|
static int closeConsole();
|
|
|
|
static char* moveCursor (int, int, int, int);
|
|
|
|
static char* cursorsVisibility (bool);
|
|
|
|
static void printMoveDurations();
|
|
|
|
static char* enableCursor();
|
|
|
|
static char* disableCursor();
|
|
|
|
static void detectTermSize();
|
2018-10-14 06:25:33 +02:00
|
|
|
static void setTermSize (std::size_t, std::size_t);
|
2018-10-29 00:45:45 +01:00
|
|
|
static void setTermTitle (const FString&);
|
2018-10-01 22:27:54 +02:00
|
|
|
static void setKDECursor (fc::kdeKonsoleCursorShape);
|
|
|
|
static void saveColorMap();
|
|
|
|
static void resetColorMap();
|
2018-11-07 22:06:58 +01:00
|
|
|
static void setPalette (FColor, int, int, int);
|
2018-10-01 22:27:54 +02:00
|
|
|
static void setBeep (int, int);
|
|
|
|
static void resetBeep();
|
|
|
|
static void beep();
|
|
|
|
|
|
|
|
static void setEncoding (fc::encoding);
|
|
|
|
static fc::encoding getEncoding();
|
|
|
|
static std::string getEncodingString();
|
2019-01-02 03:00:07 +01:00
|
|
|
static bool charEncodable (wchar_t);
|
|
|
|
static wchar_t charEncode (wchar_t);
|
|
|
|
static wchar_t charEncode (wchar_t, fc::encoding);
|
|
|
|
static wchar_t cp437_to_unicode (uChar);
|
|
|
|
static uChar unicode_to_cp437 (wchar_t);
|
2018-10-01 22:27:54 +02:00
|
|
|
|
|
|
|
static bool scrollTermForward();
|
|
|
|
static bool scrollTermReverse();
|
2017-09-11 03:06:02 +02:00
|
|
|
|
|
|
|
// function pointer -> static function
|
2018-10-01 22:27:54 +02:00
|
|
|
static int (*Fputchar)(int);
|
2017-09-11 03:06:02 +02:00
|
|
|
|
2018-10-01 22:27:54 +02:00
|
|
|
static void putstringf (const char[], ...)
|
2017-09-11 03:06:02 +02:00
|
|
|
#if defined(__clang__)
|
2018-11-24 02:59:56 +01:00
|
|
|
__attribute__ ((__format__ (__printf__, 1, 2)))
|
2017-09-11 03:06:02 +02:00
|
|
|
#elif defined(__GNUC__)
|
|
|
|
__attribute__ ((format (printf, 1, 2)))
|
|
|
|
#endif
|
2018-10-01 22:27:54 +02:00
|
|
|
;
|
|
|
|
static void putstring (const char[], int = 1);
|
2017-12-17 01:06:53 +01:00
|
|
|
|
|
|
|
#if defined(__sun) && defined(__SVR4)
|
2018-10-01 22:27:54 +02:00
|
|
|
static int putchar_ASCII (char);
|
2017-12-17 01:06:53 +01:00
|
|
|
#endif
|
|
|
|
|
2018-10-01 22:27:54 +02:00
|
|
|
static int putchar_ASCII (int);
|
|
|
|
static int putchar_UTF8 (int);
|
2017-03-26 20:40:04 +02:00
|
|
|
|
2018-10-01 22:27:54 +02:00
|
|
|
static void initScreenSettings();
|
|
|
|
static char* changeAttribute ( charData*&
|
|
|
|
, charData*& );
|
|
|
|
static void changeTermSizeFinished();
|
|
|
|
static void exitWithMessage (const FString&)
|
2017-12-10 15:36:02 +01:00
|
|
|
#if defined(__clang__) || defined(__GNUC__)
|
|
|
|
__attribute__((noreturn))
|
|
|
|
#endif
|
2018-10-01 22:27:54 +02:00
|
|
|
;
|
2017-09-11 03:06:02 +02:00
|
|
|
// Data Members
|
2017-11-18 02:34:41 +01:00
|
|
|
static struct initializationValues
|
|
|
|
{
|
|
|
|
public:
|
2017-12-10 15:36:02 +01:00
|
|
|
void setDefault()
|
|
|
|
{
|
|
|
|
cursor_optimisation = true;
|
2018-06-17 23:25:32 +02:00
|
|
|
mouse_support = true;
|
|
|
|
terminal_detection = true;
|
2017-12-10 15:36:02 +01:00
|
|
|
color_change = true;
|
|
|
|
vgafont = false;
|
|
|
|
newfont = false;
|
|
|
|
encoding = fc::UNKNOWN;
|
2018-06-17 23:25:32 +02:00
|
|
|
|
|
|
|
#if defined(__FreeBSD__) || defined(__DragonFly__)
|
|
|
|
meta_sends_escape = true;
|
|
|
|
change_cursorstyle = true;
|
2018-10-08 04:14:20 +02:00
|
|
|
#elif defined(__NetBSD__) || defined(__OpenBSD__)
|
2018-06-17 23:25:32 +02:00
|
|
|
meta_sends_escape = true;
|
|
|
|
#endif
|
2017-12-10 15:36:02 +01:00
|
|
|
}
|
2017-11-18 02:34:41 +01:00
|
|
|
|
|
|
|
uInt8 cursor_optimisation : 1;
|
2018-06-17 23:25:32 +02:00
|
|
|
uInt8 mouse_support : 1;
|
|
|
|
uInt8 terminal_detection : 1;
|
2017-11-18 02:34:41 +01:00
|
|
|
uInt8 color_change : 1;
|
|
|
|
uInt8 vgafont : 1;
|
|
|
|
uInt8 newfont : 1;
|
2018-06-17 23:25:32 +02:00
|
|
|
uInt8 : 2; // padding bits
|
2017-11-18 02:34:41 +01:00
|
|
|
fc::encoding encoding;
|
2018-06-17 23:25:32 +02:00
|
|
|
|
|
|
|
#if defined(__FreeBSD__) || defined(__DragonFly__)
|
|
|
|
uInt8 meta_sends_escape : 1;
|
|
|
|
uInt8 change_cursorstyle : 1;
|
|
|
|
uInt8 : 6; // padding bits
|
2018-10-08 04:14:20 +02:00
|
|
|
#elif defined(__NetBSD__) || defined(__OpenBSD__)
|
2018-06-17 23:25:32 +02:00
|
|
|
uInt8 meta_sends_escape : 1;
|
|
|
|
uInt8 : 7; // padding bits
|
|
|
|
#endif
|
2017-11-18 02:34:41 +01:00
|
|
|
} init_values;
|
|
|
|
|
2017-09-11 03:06:02 +02:00
|
|
|
private:
|
|
|
|
// Methods
|
2018-10-01 22:27:54 +02:00
|
|
|
static void init_global_values (bool);
|
|
|
|
static void init_terminal_device_path();
|
|
|
|
static void oscPrefix();
|
|
|
|
static void oscPostfix();
|
|
|
|
static void init_alt_charset();
|
|
|
|
static void init_pc_charset();
|
|
|
|
static void init_cygwin_charmap();
|
|
|
|
static void init_teraterm_charmap();
|
|
|
|
static void init_fixed_max_color();
|
|
|
|
static void init_keyboard();
|
|
|
|
static void init_termcap();
|
2018-10-08 04:14:20 +02:00
|
|
|
static void init_quirks();
|
|
|
|
static void init_optiMove();
|
|
|
|
static void init_optiAttr();
|
2018-10-01 22:27:54 +02:00
|
|
|
static void init_font();
|
|
|
|
static void init_locale();
|
|
|
|
static void init_encoding();
|
|
|
|
static void init_encoding_set();
|
|
|
|
static void init_term_encoding();
|
|
|
|
static void init_individual_term_encoding();
|
|
|
|
static void init_force_vt100_encoding();
|
|
|
|
static void init_utf8_without_alt_charset();
|
|
|
|
static void init_tab_quirks();
|
|
|
|
static void init_captureFontAndTitle();
|
2018-10-09 00:33:26 +02:00
|
|
|
static bool hasNoFontSettingOption();
|
2018-10-01 22:27:54 +02:00
|
|
|
static void redefineColorPalette();
|
|
|
|
static void restoreColorPalette();
|
|
|
|
static void setInsertCursorStyle();
|
|
|
|
static void setOverwriteCursorStyle();
|
|
|
|
static void enableMouse();
|
|
|
|
static void disableMouse();
|
2018-10-09 00:33:26 +02:00
|
|
|
static void enableApplicationEscKey();
|
|
|
|
static void disableApplicationEscKey();
|
|
|
|
static void enableKeypad();
|
|
|
|
static void disableKeypad();
|
|
|
|
static void enableAlternateCharset();
|
2018-10-01 22:27:54 +02:00
|
|
|
static void useAlternateScreenBuffer();
|
|
|
|
static void useNormalScreenBuffer();
|
|
|
|
void allocationValues();
|
|
|
|
void deallocationValues();
|
|
|
|
void init (bool);
|
|
|
|
void initOSspecifics();
|
2018-10-02 01:03:44 +02:00
|
|
|
void initTermspecifics();
|
2018-10-09 00:33:26 +02:00
|
|
|
void initBaudRate();
|
2018-10-01 22:27:54 +02:00
|
|
|
void finish();
|
|
|
|
void finishOSspecifics1();
|
|
|
|
void finish_encoding();
|
|
|
|
static void setSignalHandler();
|
|
|
|
static void resetSignalHandler();
|
|
|
|
static void signal_handler (int);
|
2017-09-11 03:06:02 +02:00
|
|
|
|
|
|
|
// Data Members
|
2018-10-01 22:27:54 +02:00
|
|
|
static FTermData* data;
|
2017-09-11 03:06:02 +02:00
|
|
|
static FTermcap::tcap_map* tcap;
|
2018-05-27 19:43:18 +02:00
|
|
|
static FOptiMove* opti_move;
|
|
|
|
static FOptiAttr* opti_attr;
|
|
|
|
static FTermDetection* term_detection;
|
|
|
|
static FTermXTerminal* xterm;
|
2018-07-15 19:52:59 +02:00
|
|
|
static FKeyboard* keyboard;
|
2018-10-01 22:27:54 +02:00
|
|
|
static FMouseControl* mouse;
|
2018-05-27 19:43:18 +02:00
|
|
|
|
2018-06-12 16:37:48 +02:00
|
|
|
#if defined(__linux__)
|
|
|
|
#undef linux
|
|
|
|
static FTermLinux* linux;
|
2018-10-08 04:14:20 +02:00
|
|
|
#elif defined(__FreeBSD__) || defined(__DragonFly__)
|
2018-05-27 19:43:18 +02:00
|
|
|
static FTermFreeBSD* freebsd;
|
2018-10-08 04:14:20 +02:00
|
|
|
#elif defined(__NetBSD__) || defined(__OpenBSD__)
|
2018-05-27 19:43:18 +02:00
|
|
|
static FTermOpenBSD* openbsd;
|
2017-04-14 23:55:44 +02:00
|
|
|
#endif
|
2018-11-01 21:29:54 +01:00
|
|
|
|
|
|
|
#if DEBUG
|
|
|
|
static FTermDebugData* debug_data;
|
|
|
|
#endif
|
2016-11-02 00:37:58 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
#pragma pack(pop)
|
2015-10-17 19:40:43 +02:00
|
|
|
|
2016-11-02 00:37:58 +01:00
|
|
|
// FTerm inline functions
|
2015-05-23 13:35:12 +02:00
|
|
|
//----------------------------------------------------------------------
|
|
|
|
inline const char* FTerm::getClassName() const
|
|
|
|
{ return "FTerm"; }
|
|
|
|
|
2018-07-15 19:52:59 +02:00
|
|
|
//----------------------------------------------------------------------
|
|
|
|
inline FKeyboard* FTerm::getKeyboard()
|
|
|
|
{ return ( keyboard ) ? keyboard : 0; }
|
|
|
|
|
|
|
|
//----------------------------------------------------------------------
|
|
|
|
inline FMouseControl* FTerm::getMouseControl()
|
|
|
|
{ return ( mouse ) ? mouse : 0; }
|
|
|
|
|
2018-06-12 16:37:48 +02:00
|
|
|
//----------------------------------------------------------------------
|
|
|
|
inline int FTerm::getTTYFileDescriptor()
|
2018-10-01 22:27:54 +02:00
|
|
|
{ return data->getTTYFileDescriptor(); }
|
2018-06-12 16:37:48 +02:00
|
|
|
|
2015-05-23 13:35:12 +02:00
|
|
|
//----------------------------------------------------------------------
|
|
|
|
inline char* FTerm::getTermType()
|
2018-10-01 22:27:54 +02:00
|
|
|
{ return data->getTermType(); }
|
2015-05-23 13:35:12 +02:00
|
|
|
|
|
|
|
//----------------------------------------------------------------------
|
2018-02-11 23:41:23 +01:00
|
|
|
inline char* FTerm::getTermFileName()
|
2018-10-01 22:27:54 +02:00
|
|
|
{ return data->getTermFileName(); }
|
2015-05-23 13:35:12 +02:00
|
|
|
|
2016-10-13 02:16:51 +02:00
|
|
|
//----------------------------------------------------------------------
|
2017-03-26 20:40:04 +02:00
|
|
|
inline int FTerm::getTabstop()
|
2016-10-13 02:16:51 +02:00
|
|
|
{ return FTermcap::tabstop; }
|
|
|
|
|
2016-11-02 00:37:58 +01:00
|
|
|
//----------------------------------------------------------------------
|
|
|
|
inline int FTerm::getMaxColor()
|
|
|
|
{ return FTermcap::max_color; }
|
|
|
|
|
2018-10-29 00:45:45 +01:00
|
|
|
//----------------------------------------------------------------------
|
|
|
|
inline FTerm::initializationValues& FTerm::getInitValues()
|
|
|
|
{ return init_values; }
|
|
|
|
|
2019-01-03 07:36:18 +01:00
|
|
|
//----------------------------------------------------------------------
|
|
|
|
inline FTerm::characterSub& FTerm::getCharSubstitutionMap()
|
|
|
|
{ return data->getCharSubstitutionMap(); }
|
|
|
|
|
2017-03-26 20:40:04 +02:00
|
|
|
#if DEBUG
|
|
|
|
//----------------------------------------------------------------------
|
2018-11-01 21:29:54 +01:00
|
|
|
inline FTermDebugData& FTerm::getFTermDebugData()
|
|
|
|
{ return *debug_data; }
|
2018-09-20 23:59:01 +02:00
|
|
|
#endif // DEBUG
|
2017-03-26 20:40:04 +02:00
|
|
|
|
2015-05-23 13:35:12 +02:00
|
|
|
//----------------------------------------------------------------------
|
|
|
|
inline bool FTerm::hasUTF8()
|
2018-10-01 22:27:54 +02:00
|
|
|
{ return data->hasUTF8Console(); }
|
2015-05-23 13:35:12 +02:00
|
|
|
|
|
|
|
//----------------------------------------------------------------------
|
|
|
|
inline bool FTerm::isMonochron()
|
2018-10-01 22:27:54 +02:00
|
|
|
{ return data->isMonochron(); }
|
2015-05-23 13:35:12 +02:00
|
|
|
|
|
|
|
//----------------------------------------------------------------------
|
2016-10-09 02:06:06 +02:00
|
|
|
inline bool FTerm::isXTerminal()
|
2018-05-02 12:31:21 +02:00
|
|
|
{ return term_detection->isXTerminal(); }
|
2015-05-23 13:35:12 +02:00
|
|
|
|
2016-11-27 00:41:34 +01:00
|
|
|
//----------------------------------------------------------------------
|
|
|
|
inline bool FTerm::isAnsiTerminal()
|
2018-05-02 12:31:21 +02:00
|
|
|
{ return term_detection->isAnsiTerminal(); }
|
2016-11-27 00:41:34 +01:00
|
|
|
|
2015-10-06 05:09:18 +02:00
|
|
|
//----------------------------------------------------------------------
|
2016-10-09 02:06:06 +02:00
|
|
|
inline bool FTerm::isRxvtTerminal()
|
2018-05-02 12:31:21 +02:00
|
|
|
{ return term_detection->isRxvtTerminal(); }
|
2015-10-06 05:09:18 +02:00
|
|
|
|
2015-05-23 13:35:12 +02:00
|
|
|
//----------------------------------------------------------------------
|
|
|
|
inline bool FTerm::isUrxvtTerminal()
|
2018-05-02 12:31:21 +02:00
|
|
|
{ return term_detection->isUrxvtTerminal(); }
|
2015-05-23 13:35:12 +02:00
|
|
|
|
2016-10-09 02:06:06 +02:00
|
|
|
//----------------------------------------------------------------------
|
|
|
|
inline bool FTerm::isMltermTerminal()
|
2018-05-02 12:31:21 +02:00
|
|
|
{ return term_detection->isMltermTerminal(); }
|
2016-10-09 02:06:06 +02:00
|
|
|
|
|
|
|
//----------------------------------------------------------------------
|
|
|
|
inline bool FTerm::isPuttyTerminal()
|
2018-05-02 12:31:21 +02:00
|
|
|
{ return term_detection->isPuttyTerminal(); }
|
2016-10-09 02:06:06 +02:00
|
|
|
|
|
|
|
//----------------------------------------------------------------------
|
|
|
|
inline bool FTerm::isKdeTerminal()
|
2018-05-02 12:31:21 +02:00
|
|
|
{ return term_detection->isKdeTerminal(); }
|
2016-10-09 02:06:06 +02:00
|
|
|
|
|
|
|
//----------------------------------------------------------------------
|
|
|
|
inline bool FTerm::isGnomeTerminal()
|
2018-05-02 12:31:21 +02:00
|
|
|
{ return term_detection->isGnomeTerminal(); }
|
2016-10-09 02:06:06 +02:00
|
|
|
|
|
|
|
//----------------------------------------------------------------------
|
|
|
|
inline bool FTerm::isKtermTerminal()
|
2018-05-02 12:31:21 +02:00
|
|
|
{ return term_detection->isKtermTerminal(); }
|
2016-10-09 02:06:06 +02:00
|
|
|
|
|
|
|
//----------------------------------------------------------------------
|
|
|
|
inline bool FTerm::isTeraTerm()
|
2018-05-02 12:31:21 +02:00
|
|
|
{ return term_detection->isTeraTerm(); }
|
2016-10-09 02:06:06 +02:00
|
|
|
|
|
|
|
//----------------------------------------------------------------------
|
2017-12-14 00:35:10 +01:00
|
|
|
inline bool FTerm::isSunTerminal()
|
2018-05-02 12:31:21 +02:00
|
|
|
{ return term_detection->isSunTerminal(); }
|
2017-12-14 00:35:10 +01:00
|
|
|
|
|
|
|
//----------------------------------------------------------------------
|
2016-10-09 02:06:06 +02:00
|
|
|
inline bool FTerm::isCygwinTerminal()
|
2018-05-02 12:31:21 +02:00
|
|
|
{ return term_detection->isCygwinTerminal(); }
|
2016-10-09 02:06:06 +02:00
|
|
|
|
|
|
|
//----------------------------------------------------------------------
|
|
|
|
inline bool FTerm::isMinttyTerm()
|
2018-05-02 12:31:21 +02:00
|
|
|
{ return term_detection->isMinttyTerm(); }
|
2016-10-09 02:06:06 +02:00
|
|
|
|
|
|
|
//----------------------------------------------------------------------
|
|
|
|
inline bool FTerm::isLinuxTerm()
|
2018-05-02 12:31:21 +02:00
|
|
|
{ return term_detection->isLinuxTerm(); }
|
|
|
|
|
|
|
|
//----------------------------------------------------------------------
|
|
|
|
inline bool FTerm::isFreeBSDTerm()
|
|
|
|
{ return term_detection->isFreeBSDTerm(); }
|
2018-04-19 01:55:17 +02:00
|
|
|
|
|
|
|
//----------------------------------------------------------------------
|
|
|
|
inline bool FTerm::isNetBSDTerm()
|
2018-05-02 12:31:21 +02:00
|
|
|
{ return term_detection->isNetBSDTerm(); }
|
2018-04-19 01:55:17 +02:00
|
|
|
|
|
|
|
//----------------------------------------------------------------------
|
|
|
|
inline bool FTerm::isOpenBSDTerm()
|
2018-05-02 12:31:21 +02:00
|
|
|
{ return term_detection->isOpenBSDTerm(); }
|
2016-10-09 02:06:06 +02:00
|
|
|
|
|
|
|
//----------------------------------------------------------------------
|
|
|
|
inline bool FTerm::isScreenTerm()
|
2018-05-02 12:31:21 +02:00
|
|
|
{ return term_detection->isScreenTerm(); }
|
2016-10-09 02:06:06 +02:00
|
|
|
|
|
|
|
//----------------------------------------------------------------------
|
|
|
|
inline bool FTerm::isTmuxTerm()
|
2018-05-02 12:31:21 +02:00
|
|
|
{ return term_detection->isTmuxTerm(); }
|
2016-10-09 02:06:06 +02:00
|
|
|
|
2016-11-02 00:37:58 +01:00
|
|
|
//----------------------------------------------------------------------
|
|
|
|
inline bool FTerm::isNewFont()
|
2018-10-01 22:27:54 +02:00
|
|
|
{ return data->isNewFont(); }
|
2016-11-02 00:37:58 +01:00
|
|
|
|
2015-05-23 13:35:12 +02:00
|
|
|
//----------------------------------------------------------------------
|
2016-11-02 00:37:58 +01:00
|
|
|
inline bool FTerm::hasChangedTermSize()
|
2018-10-01 22:27:54 +02:00
|
|
|
{ return data->hasTermResized(); }
|
2015-05-23 13:35:12 +02:00
|
|
|
|
2018-05-06 21:41:55 +02:00
|
|
|
//----------------------------------------------------------------------
|
|
|
|
inline bool FTerm::hasShadowCharacter()
|
2018-10-01 22:27:54 +02:00
|
|
|
{ return data->hasShadowCharacter(); }
|
2018-05-06 21:41:55 +02:00
|
|
|
|
|
|
|
//----------------------------------------------------------------------
|
|
|
|
inline bool FTerm::hasHalfBlockCharacter()
|
2018-10-01 22:27:54 +02:00
|
|
|
{ return data->hasHalfBlockCharacter(); }
|
2018-05-06 21:41:55 +02:00
|
|
|
|
|
|
|
//----------------------------------------------------------------------
|
|
|
|
inline bool FTerm::hasAlternateScreen()
|
2018-10-01 22:27:54 +02:00
|
|
|
{ return data->hasAlternateScreen(); }
|
2018-05-06 21:41:55 +02:00
|
|
|
|
2018-10-29 00:45:45 +01:00
|
|
|
//----------------------------------------------------------------------
|
|
|
|
inline bool FTerm::setUTF8()
|
|
|
|
{ return setUTF8(true); }
|
|
|
|
|
|
|
|
//----------------------------------------------------------------------
|
|
|
|
inline bool FTerm::unsetUTF8()
|
|
|
|
{ return setUTF8(false); }
|
|
|
|
|
2018-05-06 21:41:55 +02:00
|
|
|
//----------------------------------------------------------------------
|
2018-07-01 14:48:53 +02:00
|
|
|
inline FOptiMove* FTerm::getFOptiMove()
|
|
|
|
{ return opti_move; }
|
2018-05-06 21:41:55 +02:00
|
|
|
|
2015-05-23 13:35:12 +02:00
|
|
|
//----------------------------------------------------------------------
|
2016-11-02 00:37:58 +01:00
|
|
|
inline void FTerm::changeTermSizeFinished()
|
2018-10-01 22:27:54 +02:00
|
|
|
{ data->setTermResized(false); }
|
2015-05-23 13:35:12 +02:00
|
|
|
|
2018-09-20 23:59:01 +02:00
|
|
|
} // namespace finalcut
|
|
|
|
|
2018-12-06 02:28:24 +01:00
|
|
|
|
|
|
|
namespace
|
|
|
|
{
|
|
|
|
|
|
|
|
//----------------------------------------------------------------------
|
|
|
|
inline std::ostream& operator << ( std::ostream& os
|
|
|
|
, finalcut::fc::SpecialCharacter c )
|
|
|
|
{
|
|
|
|
return os << static_cast<char>(c);
|
|
|
|
}
|
|
|
|
|
|
|
|
//----------------------------------------------------------------------
|
|
|
|
inline std::wostream& operator << ( std::wostream& os
|
|
|
|
, finalcut::fc::SpecialCharacter c )
|
|
|
|
{
|
|
|
|
return os << static_cast<wchar_t>(c);
|
|
|
|
}
|
|
|
|
|
|
|
|
} // namespace
|
|
|
|
|
2017-04-09 20:08:53 +02:00
|
|
|
#endif // FTERM_H
|