diff options
author | 2014-11-26 23:42:00 -0500 | |
---|---|---|
committer | 2014-11-26 23:42:00 -0500 | |
commit | d6d9f9f906230285782c264a904de4baa60c5d3f (patch) | |
tree | 0f73e191edb260c2f20fd8f167dc7385f823bb7d /TECHNOLOGY.md | |
parent | a5b9b2d90cba4170353f2dcfcf15826e673c377c (diff) | |
download | textadept-d6d9f9f906230285782c264a904de4baa60c5d3f.tar.gz textadept-d6d9f9f906230285782c264a904de4baa60c5d3f.zip |
Integrated Chris Emerson's curses split view window manager.
Diffstat (limited to 'TECHNOLOGY.md')
-rw-r--r-- | TECHNOLOGY.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/TECHNOLOGY.md b/TECHNOLOGY.md index 7cac0192..dab8b6c0 100644 --- a/TECHNOLOGY.md +++ b/TECHNOLOGY.md @@ -21,10 +21,6 @@ terminal user interface (TUI). =[cdk][] - Widget library for terminal applications= Textadept uses cdk for drawing terminal UI widgets. -=[curses-windowman][] - Library to manage split views in curses applications= - Textadept uses curses-windowman for handling split views in the terminal - version. - =[libtermkey][] - Library for processing keyboard entry for terminal apps= Textadept uses libtermkey for advanced keyboard entry handling. @@ -75,7 +71,6 @@ Lua and includes a few external libraries. [LuaFileSystem]: http://keplerproject.github.io/luafilesystem/ [lspawn]: http://foicica.com/hg/lspawn [gtDialog]: http://foicica.com/gtdialog/ -[curses-windowman]: https://bitbucket.org/jugglerchris/curses-windowman [ncurses]: http://invisible-island.net/ncurses/ [pdcurses]: http://pdcurses.sourceforge.net/ [cdk]: http://invisible-island.net/cdk/ |