]> icculus.org git repositories - divverent/darkplaces.git/commit
patch from div0:
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 14 Aug 2006 22:51:43 +0000 (22:51 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 14 Aug 2006 22:51:43 +0000 (22:51 +0000)
commitc6d75888024a184badb49fb12261c47db35cc4b7
tree3e54a96c547a00095fe0d874bfa63993f3ad271f
parent890f4ae4636706de760c33706cbb4cd60369f8a0
patch from div0:
fix console weirdnesses:
* empty lines kill command history (instead don't add empty lines to the history)
* cursor position and history line length were done the wrong way, positioning
  the cursor outside of the line or only recalling part of a line

NOTE: maybe it is better to move the Con_Printf BELOW the return so an empty
prompt isn't even displayed? bash does not do it like that, IRC clients do it
like that, and personally I don't care

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6552 d7cf8633-e32d-0410-b094-e92efae38249
keys.c