summaryrefslogtreecommitdiffstats
path: root/src/tui.c
AgeCommit message (Expand)Author
2021-03-26fix in mouse clickAndrés
2021-03-25Removed tabs. Corrected email address in filesAndrés
2021-03-24work on ncurses segfault of issue #482Andrés
2021-03-23moved cmd multiplier to the left of modeAndrés
2021-03-22Merge pull request #525 from npitre/show_cursor2Andrés M
2021-03-22work on issue #482. added init_extended_pair according to NCURSES version mac...Andrés
2021-03-21improve cursor placement with show_cursorNicolas Pitre
2021-03-21make show_cursor a runtime selectable optionNicolas Pitre
2021-03-21Merge pull request #519 from npitre/confAndrés M
2021-03-21Merge pull request #517 from npitre/freezeAndrés M
2021-03-20stop performing atoi() repeatedly on config valuesNicolas Pitre
2021-03-19Added BRAILLE macro to @npitre PR 515Andrés
2021-03-18fix column header displayNicolas Pitre
2021-03-18move (invisible) cursor to the active grid cellNicolas Pitre
2021-03-16FIx typoAndrés
2021-03-16Fix when showing both numbers and text on a same cell when using engformatAndrés
2021-03-16complete building for old ncursesAndrés
2021-03-15more on mouse workAndrés
2021-03-15removed duplicated unselect_ranges in ui_handle_mouseAndrés
2021-03-15Fix row position when clicking after mouse wheel movementAndrés
2021-03-15unselect ranges when changing to a cell with mouseAndrés
2021-03-15Added missing MOUSE macroAndrés
2021-03-14Added mouse support for virtual terminals. Define macro MOUSE un Makefile for...Andrés
2021-03-14added new underline_grid config value to show a nicer gridAndrés
2021-03-14Fixed SIGWINCH when input bar is at bottomAndrés
2021-03-13Added new 'input_bar_bottom' configuration variableAndrés
2021-03-13fixed wrong comment endingAndrés
2021-03-12.Andrés
2021-03-12work on RGB colors. added DEFINE_COLOR commandAndrés
2020-11-13Add italic option to colorsBenjamin Titmus
2020-08-24should be "with mode", as status is whole lineV. Guruprasad
2020-08-24make filename display configurableV. Guruprasad
2020-08-13filename in statusV. Guruprasad
2020-07-13Mark array declarations extern to work with gcc 10 -fno-commonMike Sharov
2020-04-10engineering format in UIV. Guruprasad
2019-10-03basic digraphsV. Guruprasad
2018-10-22Fixed warnings during buildandmarti1424
2018-06-27work on issue 271mongo
2018-06-27CELL_NEGATIVE fixmongo
2018-05-31Send informational messages to stderr rather than the output when usedIsmaël Bouya
2017-12-15renamed winch to sig_winch. current fg and bg colors are kept if they are not...andmarti1424
2017-09-08Changes to fix issue n.199mongo
2017-07-29Doxygen comments in tui.c.Charles Edward Pax
2017-07-29tui.c is fixed. Dozygen comments finished. Restored two functions that I acci...Charles Edward Pax
2017-07-29Doxygen comments. Still working on tui.c.Charles Edward Pax
2017-07-02Fix segfault on launch with Mac ncursesIku
2017-04-29ui_resume changeandmarti1424
2017-04-28updated docandmarti1424
2017-04-28Added ui_query_optandmarti1424
2017-04-28Renamed plot files. Fix when pausing and resuming ncurses ui.andmarti1424