Rivoreo Source Code Repositories
src.rivoreo.one
/
tmux
/
e95ed600c979be8a6c7de305ba866dc4c562fda5
/
input.c
5940c5f
Support tab.
by Nicholas Marriott
· 17 years ago
ab097f0
Don't save/restore ry_*.
by Nicholas Marriott
· 17 years ago
4df168c
Use local var and pull screen out of ictx.
by Nicholas Marriott
· 17 years ago
ebeb142
Handle DSR for resize(1).
by Nicholas Marriott
· 17 years ago
e215878
Save restore attr.
by Nicholas Marriott
· 17 years ago
5c2d7b2
Don't send zero-length when we have a \0.
by Nicholas Marriott
· 17 years ago
de24fbb
Add a bell-action option.
by Nicholas Marriott
· 17 years ago
ffa8dcc
Handle \r\n at EOL properly.
by Nicholas Marriott
· 17 years ago
efa3e13
Simplify input.c - lose class table and use macros.
by Nicholas Marriott
· 17 years ago
1e252b9
Wrap lines properly.
by Nicholas Marriott
· 17 years ago
1f9a8e7
Incomplete resize support.
by Nicholas Marriott
· 17 years ago
9bb907f
Move command handling into the server and tidy up some bits.
by Nicholas Marriott
· 17 years ago
7ccdbf3
Sprinkle some const.
by Nicholas Marriott
· 17 years ago
ef91aac
Add profiling. Also some trivial optimisations to skip memcpying.
by Nicholas Marriott
· 17 years ago
843779a
Restore window title handling.
by Nicholas Marriott
· 17 years ago
872696f
Pass attributes around as flags rather than as a list of escape codes.
by Nicholas Marriott
· 17 years ago
532757f
Don't move cursor when filling screen.
by Nicholas Marriott
· 17 years ago
32f1770
Dl/Il should follow scrolling region.
by Nicholas Marriott
· 17 years ago
e6424bc
Fix scrolling region checks.
by Nicholas Marriott
· 17 years ago
1e316cf
Lose intermediate handling (unused). Change argument parsing to work properly over multiple buffers by saving a copy of the argument (we can't just save off/len since the buffer may vanish at any point).
by Nicholas Marriott
· 17 years ago
a777c06
Nuke CLEAR_SCREEN/ENDOFSCREEN and assert scroll region when drawing. These will be reqd for status line(s).
by Nicholas Marriott
· 17 years ago
14e9f73
debug2 not debug.
by Nicholas Marriott
· 17 years ago
0bbe838
Window flags, currently only bell.
by Nicholas Marriott
· 17 years ago
102e4b3
Sort headers.
by Nicholas Marriott
· 17 years ago
aafee17
New input parser via state machine.
by Nicholas Marriott
· 17 years ago
1fefbb7
Pass through backspace for now.
by Nicholas Marriott
· 17 years ago
fc63750
Scrolling region.
by Nicholas Marriott
· 17 years ago
635edfa
Don't accept zero titles.
by Nicholas Marriott
· 17 years ago
272ad1e
Tweak logging.
by Nicholas Marriott
· 17 years ago
a41ece5
Initial import to CVS. Basic functions are working, albeit with a couple of showstopper memory bugs and many missing features. Detaching, reattaching, creating new sessions, listing sessions work acceptably for using with shells. Simple curses programs (top, systat, tetris) and more complicated ones (mutt, emacs) that don't require scrolling regions (ESC[r) mostly work fine (including mutt, emacs). No status bar yet and no key remapping or other customisation.
by Nicholas Marriott
· 17 years ago