eukara / gs-terminal

GNUStep Terminal - Compiles under GCC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gs-terminal

GNUStep Terminal

Notable changes and features:

The terminal view as a framework

It makes it much easier to embed terminal application in a GNUstep app or create a wrapper (e.g. see VimGS as an example)

mouse support

The mouse support is compatible with XTerm

  • mouse tracking
  • mouse scroll wheel

Escape codes for changing cursor

Great for vim! cursor blinking

Escape codes for communication with your wrapper

Send commands back to your GNUstep wrapper

terminfo file

Although the Terminal is originally based on Linux console terminal, it now includes support for codes used by Xterm and other terminals.

To make sure terminal apps knows about all of its functions, it comes with its own terminfo file which needs to be installed for things to work properly.

TERM=gsterm

About

GNUStep Terminal - Compiles under GCC

License:MIT License


Languages

Language:Objective-C 60.1%Language:Makefile 30.7%Language:Rich Text Format 6.4%Language:C 1.5%Language:Shell 0.5%Language:PHP 0.5%Language:Vim Script 0.3%