branchrust_reboot/main/sv_console_historycancel
9 Commits over 0 Days - Infinitycph!
Adjusted `consolehistorysize` default value to 50, fixed it being off by one
Adjusting the convar will now trim the history entries if the convar is smaller than the history count
Fix for very long strings moving alongside the caret when moving it to the left, making it seem like the characters are being erased
Only drag the string along if the caret is reaching the left or right edges of the console window
Added caret repositioning support (using left / right arrows)
Use Ctrl to jump to the nearest space
https://files.facepunch.com/raul/1b1311b1/13_22-33-GrownPortuguesemanofwar.mp4
Remember and repopulate currently written console input text when scrolling all the way down after searching in the history
Added windows server console history (using the up / down arrows)
Added console.consolehistorysize (defaults to 200) + codegen
https://files.facepunch.com/raul/1b1011b1/10_17-38-OddBovine.mp4
Stripped out ConsoleInput from the client