]> git.saurik.com Git - cycript.git/history - Display.cpp
Add an initial (inefficient) version of ?: syntax.
[cycript.git] / Display.cpp
2014-01-12  Jay Freeman (saurik)CYDisplay{Start,Finish} obsolete by rl_redisplay.
2014-01-11  Jay Freeman (saurik)Sometimes readline forced the display to update.
2014-01-11  Jay Freeman (saurik)Call through to rl_redisplay to update line state.
2014-01-11  Jay Freeman (saurik)CRLF from non-last line wrote result over command.
2013-06-19  Jay Freeman (saurik)Upgrade copyright notice (2013, mk, sh, GPLv3).
2012-09-13  Jay Freeman (saurik)Use a dummy space to handle the lower-right corner.
2012-09-13  Jay Freeman (saurik)Remove and compress some dead code in CYDisplayOutput.
2012-09-13  Jay Freeman (saurik)Work around missing column_address with left/right.
2012-09-13  Jay Freeman (saurik)After a window resize, calculate offset, not end.
2012-09-13  Jay Freeman (saurik)Fix display mistakes caused by multi-line history.
2012-09-13  Jay Freeman (saurik)Fold singular CYDisplayPrompt into CYDisplayUpdate.
2012-09-12  Jay Freeman (saurik)Syntax highlight commands as the user types them.