diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2014-11-06 23:30:02 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2014-11-06 23:30:02 +0000 |
commit | d2c9168954d982d3e7453e66f9e915e9fe45beac (patch) | |
tree | 3e06fad31f97075e36aea814293331723e2e15b3 | |
parent | 218b1819855a64e2d126a39a534f9a9d9ea9462c (diff) | |
download | rtmux-d2c9168954d982d3e7453e66f9e915e9fe45beac.tar.gz rtmux-d2c9168954d982d3e7453e66f9e915e9fe45beac.tar.bz2 rtmux-d2c9168954d982d3e7453e66f9e915e9fe45beac.zip |
+.
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -99,6 +99,8 @@ * panning over window (window larger than visible) * a mode where one application can cross two panes (ie x|y, width = COLUMNS/2 but height = ROWS * 2) + * general key to space cells out evenly (horiz or vert) within their + parent cell (could replace even-vert/even-horiz layouts) - terminfo bits * use a better termcap internally instead of screen, perhaps xterm |