Rivoreo Source Code Repositories
src.rivoreo.one
/
tmux
/
54d01c1a5ff8b4c832c439591a9eee745ba75507
/
local.c
dc8fb1e
Force default colours if terminal supports it.
by Nicholas Marriott
· 17 years ago
f92243c
Check for required term capabilities on start.
by Nicholas Marriott
· 17 years ago
08d9f46
Make it build/run on Linux.
by Nicholas Marriott
· 17 years ago
8782639
Free buffers properly.
by Nicholas Marriott
· 17 years ago
1b96476
Kill window command. Nuke some backspace stuff.
by Nicholas Marriott
· 17 years ago
9bb907f
Move command handling into the server and tidy up some bits.
by Nicholas Marriott
· 17 years ago
4fbbc3d
Reset scrolling region on exit.
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
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
2ec60c9
Pass bell through from any window.
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
2cd99f0
Reset ignored signals after forkpty.
by Nicholas Marriott
· 17 years ago
fc63750
Scrolling region.
by Nicholas Marriott
· 17 years ago
4b62b1d
Sync with fdm.
by Nicholas Marriott
· 17 years ago
40ece59
And more.
by Nicholas Marriott
· 17 years ago
039b7ec
Log missing terminfo vars rather than dying.
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