diff options
author | B. Watson <yalhcru@gmail.com> | 2014-09-05 07:14:01 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-09-06 00:02:52 +0700 |
commit | 5aca0439cbcd16cdaf5c444f1fed3280bfe71366 (patch) | |
tree | 5645b30e7671fbffd1434d8c26de1e75528fee10 /system/vinterm/README | |
parent | bf9ed6416edf191fe7989f13eea2e864299c2511 (diff) | |
download | slackbuilds-5aca0439cbcd16cdaf5c444f1fed3280bfe71366.tar.gz |
system/vinterm: Added (terminal emulator).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/vinterm/README')
-rw-r--r-- | system/vinterm/README | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/vinterm/README b/system/vinterm/README new file mode 100644 index 0000000000..2d243e7aa1 --- /dev/null +++ b/system/vinterm/README @@ -0,0 +1,19 @@ +vinterm (terminal emulator that simulates 1980s CRT appearance) + +Use a terminal in style, like in the good old days! Vintage Terminal is +a terminal emulator that simulates the looks of a 1980s monitor. + +Vintage Terminal has the following features: + +- Full terminal capabilities implemented; +- Scaling (zoom) with the argument -s; +- Window resize/maximize; +- Full screen (CTRL + F11) and full screen with 80 columns (CTRL + SHIFT + F11); +- UNICODE support (no unicode font yet); +- Terminal rollback; +- Mouse support (new in 0.5.0); +- Has a authentic old look based on a IBM 5151 monitor. + +The package includes a vim color scheme by the vinterm author that's +meant to make vim's syntax highlighting look better in vinterm. To use +it in vim, enter ":colorscheme vinterm" (or load it from your .vimrc). |