summaryrefslogtreecommitdiffstats
path: root/glances/outputs/glances_curses.py
AgeCommit message (Expand)Author
2021-06-12 # Quit from help should return to main screen, not exit #1874nicolargo
2021-05-28Improve curses loop. Avoid checking keypressed if it return -1.Nicolas Hennion
2021-05-28Change main curses loopNicolas Hennion
2021-05-23First optimzation with a new dynamic way to compute the refresh rate. Good ne...nicolargo
2021-05-14Pressing Q to get rid of irq not working #1792nicolargo
2020-11-14Make the popup box use the insert mode (no change...)nicolargo
2020-11-14Solve conflict with refreshnicolargo
2020-11-02manual refresh on F5Sergey Prytkov
2020-08-19Merge develop conflictnicolargo
2020-07-21Unusual characters in cmdline cause lines to disappear and corrupt the displa...nicolargo
2020-07-20Make the kill feature works while in filtered modenicolargo
2020-07-20Update documentation for 'k' hotkey (kill process)nicolargo
2020-06-13Selected process is now undelinednicolargo
2020-06-13First working version of the kill featurenicolargo
2020-05-17First version when click on Knicolargo
2020-05-12First version of processus selector (no action for the moment)nicolargo
2020-02-16text wrap was due to size of screen being different than subwindows size, use...Bartlomiej Cieszkowski
2020-02-09glances can work in console mode on windows - windows-cursesBartlomiej Cieszkowski
2020-01-22Fix DeprecationWarning regarding invalid escape sequence. Fix SyntaxWarning r...Karthikeyan Singaravelan
2019-11-24Feature request: HDD S.M.A.R.T. reports #1288 (only terminal UI)nicolargo
2019-11-02Improve sort key managementnicolargo
2019-11-02Make processes.sort_key configurable #1536nicolargo
2019-10-27Correct an issue if IP plugin is not available in the Curses UInicolargo
2019-10-08Add shortcut to show / hide TCP connections (k)nicolargo
2019-09-28Add a new TCP connections status plugin #1526 RC1nicolargo
2019-09-11Glances fails without network interface #1535nicolargo
2019-05-19Correct an issue introduced in latest commitnicolargo
2019-05-19A simple hask to disable plugin if a an error occurs on loadnicolargo
2019-04-22 Improve string encodeing/decondingnicolargo
2019-04-20Regression. Curses interface issue with Python 3. #1475nicolargo
2019-04-18Stack trace when starts Glances on CentOS #1470nicolargo
2019-03-31Version to be tested. All feature are implemented. Documentation to be done.nicolargo
2019-03-27Size is now oknicolargo
2019-01-19Glances 3.1.0nicolargo
2018-12-08Support for monochrome (serial) terminals e.g. vt220 #1362nicolargo
2018-11-25Recompute refresh after a key pressednicolargo
2018-11-25Replace the wait method by a default timeout on getchnicolargo
2018-10-14Correct Pep issue on stringnicolargo
2018-09-09Rename Glances logs to Glances eventsnicolargo
2018-08-16Reduce the left column max size and remove the RAID test filenicolargo
2018-05-20Enhance PerCpu/Cpu switchnicolargo
2018-05-12Optimize process displaynicolargo
2018-03-25Graph are generated when the 'g' key is pressednicolargo
2018-01-27Remove tree viewnicolargo
2018-01-13Workaround for KeyError: 'docker' (see mail Alessio Sergi)nicolargo
2017-12-29Glances do not exit when eating 'q' #1207nicolargo
2017-12-29Remove graph export from Glances #1206nicolargo
2017-12-28Export module is now dynamic. Update docnicolargo
2017-12-28Add support for the --modules-listnicolargo
2017-11-28Refactor of the standalone main loop to be sure that it take more or less ref...nicolargo