diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2013-12-10 09:19:21 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2013-12-14 10:53:02 -0600 |
commit | d89c5db5edf3a89c82abadc7bd1be3dbf894a822 (patch) | |
tree | 0253d73257a2a8b060cc07e44eac24962591f971 /system/terminology/README | |
parent | d6b09337b06dc0f2e0e4ec39d94209402a99cfa1 (diff) | |
download | slackbuilds-d89c5db5edf3a89c82abadc7bd1be3dbf894a822.tar.gz |
system/terminology: Added (terminal emulator).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/terminology/README')
-rw-r--r-- | system/terminology/README | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/system/terminology/README b/system/terminology/README new file mode 100644 index 0000000000..166860367d --- /dev/null +++ b/system/terminology/README @@ -0,0 +1,31 @@ +Terminology emulates a slightly extended vt100 with some extensions +and bling thrown in. + +- Most escapes supported by xterm, rxvt etc. work +- Xterm 256 color escapes work +- Backgrounds (bitmap, scalable/vector, animated gif, videos) +- Transparency +- Bitmap and scalable fonts supported +- Themes for the layout and design +- URL, file path and email address detection and link-handling +- Inline display of link content +- Multiple copy and paste selections and buffer support +- Works in X11 +- Works in Wayland +- Works directly in the linux framebuffer (fbcon) +- Can be finger/touch controlled +- Scan scale by UI scaling factors +- Can render using OpenGL or OpenGL-ES2 (not a requirement - just an option) +- Can display inlined media content (images, video, documents) +- Can do multiple "tabs" +- Can do splitting into multiple panes +- Block text selection +- Drag and drop of text selections and links +- Can stream media from URLs +- Tab switcher has live thumbnail content +- Single process, multiple windows/terminals support +- Fast (gives urxvt a run for its money) +- Themable visual bell +- Compress backscroll +- Text reflow on resize +- More... |