aboutsummaryrefslogtreecommitdiffhomepage
path: root/screen.cpp
Commit message (Expand)AuthorAge
* use configure to define NOMACROSGravatar David Adam2014-12-21
* Solaris build fixes: pick the right curses more of the timeGravatar David Adam2014-12-21
* Minor commenting and cleanup in screen.cppGravatar ridiculousfish2014-11-19
* Stop resetting the color for the character under the cursorGravatar ridiculousfish2014-11-19
* Initial work to support for term-24bit ("true color")Gravatar ridiculousfish2014-09-19
* Fix up OSC / iTerm2 escape code parsing as part of #1565Gravatar ridiculousfish2014-07-30
* Parse OSC codes in escape_code_length(). They begin with <esc> ] and are term...Gravatar George Nachman2014-07-30
* Teach fish to compute the length of more escape sequences.Gravatar ridiculousfish2014-07-26
* Use parm_left_cursor and parm_right_cursor for bulk cursor motions.Gravatar ridiculousfish2014-05-09
* Properly check for miliseconds during screen updateGravatar Konrad Borowski2014-05-01
* Attempt to silence some warningsGravatar ridiculousfish2014-04-27
* Run restyle.sh to enforce style rules.Gravatar ridiculousfish2014-03-31
* Merge branch 'master' into 1218_rebaseGravatar ridiculousfish2014-03-29
|\
| * Revert "Merge pull request #1317 from pullreq/cpp"Gravatar ridiculousfish2014-02-28
| * Fixes .c -> .cpp in comments. For doxygen.Gravatar Geoff Nixon2014-02-27
| * Increased support for completion search field. Use btab (shift-tab) toGravatar ridiculousfish2014-01-27
| * Initial support for navigating completions that appear under theGravatar ridiculousfish2014-01-17
| * Clean up pager on exit from interactive readGravatar ridiculousfish2014-01-15
* | Merge remote-tracking branch 'upstream/master' into bind_modeGravatar Julian Aron Prenner2014-01-15
|\ \
* | | Add experimental support for selection and visual modeGravatar Julian Aron Prenner2014-01-15
| | * Merge branch 'master' into pagerGravatar ridiculousfish2014-01-15
| | |\ | | |/ | |/|
| * | Update style and formatting to conform to fish style guide.Gravatar ridiculousfish2014-01-15
| | * Merge branch 'master' into pagerGravatar ridiculousfish2014-01-15
| | |\ | | |/ | |/|
| * | Change highlight colors from a bitmask into a combination enum / bitmaskGravatar ridiculousfish2014-01-15
|/ /
| * Teach screen how to render completion page. Correct spacing inGravatar ridiculousfish2014-01-14
|/
* Fix wide character wrapping.Gravatar d10n2013-11-26
* On short prompts, commands wider than the terminal do not reposition to start...Gravatar d10n2013-11-26
* clobber the prompt when it exceeds the screen width, not when it equals itGravatar devlin zed2013-10-29
* Fix formattingGravatar ridiculousfish2013-10-26
* Set of changes to improve detection of escape sequences for prompt widthGravatar ridiculousfish2013-09-29
* Include the autosuggestion in history if it was truncatedGravatar ridiculousfish2013-08-20
* Fix for crash when setting tmux pane titleGravatar ridiculousfish2013-06-02
* Kill termio.h and sys/termios.hGravatar David Adam (zanchey)2013-03-05
* More cleanup based on static analysisGravatar ridiculousfish2013-02-16
* Make subcommands modify $status, and make builtin_set not modify status unles...Gravatar ridiculousfish2013-01-31
* Fix for an issue where the newline character would appear on blank lines. Ins...Gravatar ridiculousfish2013-01-24
* Fix typoGravatar Cheer Xiao2013-01-21
* Fix for an out-of-range exception when resizing the window during funcedGravatar ridiculousfish2013-01-06
* Reset the color before we clear to eolGravatar ridiculousfish2013-01-04
* Removed some debugging code used in determining autosuggestion truncationGravatar ridiculousfish2012-12-11
* forward-word should accept a word of an autosuggestionGravatar ridiculousfish2012-12-10
* Hopeful fix for wrapping lines issue on LinuxGravatar ridiculousfish2012-12-06
* Added a history speed testGravatar ridiculousfish2012-12-03
* Fix for off by one error with "missing newline" codeGravatar ridiculousfish2012-12-01
* First attempt at appending a "missing new line" characterGravatar ridiculousfish2012-12-01
* Additional improvements to line wrapping reliabilityGravatar ridiculousfish2012-11-26
* Additional changes to try to improve line wrappingGravatar ridiculousfish2012-11-25
* Coalesce redundant repaints, prepare to address some resizing issues (again!)Gravatar ridiculousfish2012-11-24
* Change to make the lookahead array a std::stack instead of a static 4k list(!)Gravatar ridiculousfish2012-11-24
* Improvements to avoid clearing the screen as often, which addresses a problem...Gravatar ridiculousfish2012-11-24