aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
Commit message (Collapse)AuthorAge
...
* New command, send-keys, to send a set of keys.Nicholas Marriott2008-06-01
|
* Add limits.hNicholas Marriott2008-05-31
|
* Some key tweaks, fix status bar to not rely on attr.Nicholas Marriott2008-01-03
|
* Use the current attr/colours for filling in new areas, this fixes the echo ↵Nicholas Marriott2007-12-06
| | | | \\033[35\;46m\\033[2J bug.
* Save term data in a linked list and reuse it.Nicholas Marriott2007-12-06
|
* Screen debugging.Nicholas Marriott2007-12-06
|
* set/reset mode window functions.Nicholas Marriott2007-12-06
|
* Major reorganisation of screen handling.Nicholas Marriott2007-12-06
|
* The tty code already stores attributes and doesn't modify them if unaltered, ↵Nicholas Marriott2007-12-02
| | | | so the screen drawing code doesn't need to do so too. This probably also fixes bugs when switching screens where the actual tty attributes may not have been what the draw code (erroneously) expected.
* Change window name on \ek...\e\.Nicholas Marriott2007-11-30
|
* Preliminary mouse support.Nicholas Marriott2007-11-27
|
* Don't nuke charset flag on [0m. Also rename DRAWING -> CHARSET flag.Nicholas Marriott2007-11-27
|
* Same exit process applied to detach.Nicholas Marriott2007-11-27
|
* Three-stage exit process so that [] message printing works on detach etc.Nicholas Marriott2007-11-27
|
* Minor tweaks/missed bits.Nicholas Marriott2007-11-27
|
* Big internal reorganisation to move tty control into parent.Nicholas Marriott2007-11-27
|
* Support for VT100 graphics mode. Also lose some redundant checks.Nicholas Marriott2007-11-24
|
* Reset before calling window_draw otherwise it'll have the wrong idea of the ↵Nicholas Marriott2007-11-24
| | | | current state (since it copies from screen).
* Mostly-complete copy and paste.Nicholas Marriott2007-11-23
|
* history-limit option.Nicholas Marriott2007-11-23
|
* Tidier code by moving mess into functions.Nicholas Marriott2007-11-22
|
* Text selection with C-space.Nicholas Marriott2007-11-22
|
* Partial copy mode. Currently does the same as scroll mode but using a ↵Nicholas Marriott2007-11-22
| | | | cursor. Also fix bug where resizing would leave crap lying around.
* Split SCREEN_BACKGROUND flag into BACKGROUND/NOCURSOR in preparation for ↵Nicholas Marriott2007-11-22
| | | | copy mode.
* Cut memory consumption by only allocating lines when there is actually data ↵Nicholas Marriott2007-11-21
| | | | on them, and only as much as the right-most data. Everything else is filled in at runtime.
* The CLIENT_HOLD hack can go bye-bye.Nicholas Marriott2007-11-21
|
* Sort out cursors with a new flag - BACKGROUND - for window modes. Free text ↵Nicholas Marriott2007-11-21
| | | | on more exit.
* Scrollable win for command output.Nicholas Marriott2007-11-21
|
* Redo screen.c functions to make them readable and more flexible. Make scroll ↵Nicholas Marriott2007-11-21
| | | | mode only redraw waht it needs.
* Horizontal history/scrolling.Nicholas Marriott2007-11-21
|
* Scroll data should be per-window not global.Nicholas Marriott2007-11-21
|
* Initial history support.Nicholas Marriott2007-11-21
|
* Mass screen.c rename/tidy. Add a actual size (ysize) as distinct from ↵Nicholas Marriott2007-11-20
| | | | display size (now dx,dy). Move functions which work on the displayed area into screen-display.c and tidy. Use macros consistently when accessing screen data (may want to move everything about again later!). This the first step on the road to scrollback.
* Style: ry_* -> r*Nicholas Marriott2007-11-20
|
* Fix a format string bug and sprinkle some printflikes.Nicholas Marriott2007-11-20
|
* switch-client command.Nicholas Marriott2007-11-16
|
* Add -c option to specify client, and move detach/refresh to client rather ↵Nicholas Marriott2007-11-16
| | | | than session.
* realpath the socket path; also sprinkle some const.Nicholas Marriott2007-11-12
|
* kill-window command.Nicholas Marriott2007-11-12
|
* rename-session command.Nicholas Marriott2007-11-09
|
* Make it build/run on Linux.Nicholas Marriott2007-10-31
|
* swap-window command.Nicholas Marriott2007-10-30
|
* Don't save/restore ry_*.Nicholas Marriott2007-10-26
|
* unlink-window command. Also fix some u_int -> int problems.Nicholas Marriott2007-10-26
|
* link-window command to link a window into another session.Nicholas Marriott2007-10-26
|
* Reorg window data structures. Add an intermediate data type (struct winlink) ↵Nicholas Marriott2007-10-26
| | | | to hold index and make sessions hold a RB tree of them rather than a fixed array.
* has-session command.Nicholas Marriott2007-10-25
|
* Use local var and pull screen out of ictx.Nicholas Marriott2007-10-24
|
* Handle DSR for resize(1).Nicholas Marriott2007-10-24
|
* Save restore attr.Nicholas Marriott2007-10-24
|