userRaulcancel
branchrust_reboot/main/sv_console_historycancel

9 Commits over 0 Days - Infinitycph!

13 Days Ago
Compile fix
13 Days Ago
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
13 Days Ago
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
13 Days Ago
merge from main
17 Days Ago
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
17 Days Ago
Remember and repopulate currently written console input text when scrolling all the way down after searching in the history
17 Days Ago
merge from main
20 Days Ago
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
20 Days Ago
Stripped out ConsoleInput from the client