]> git.lizzy.rs Git - linenoise.git/commit
Bug fix. Ensure that current->cols is initialized
authorAndreas Kupries <andreask@activestate.com>
Fri, 18 Oct 2013 20:38:07 +0000 (13:38 -0700)
committerSteve Bennett <steveb@workware.net.au>
Mon, 21 Oct 2013 01:03:26 +0000 (11:03 +1000)
commitd0b3b36a72dcd058687b0018f2b4b82d21e768bb
tree2454c3cd92e3b5ce6f87e09a2c5b460caf7a8b9a
parenteefad91d67c318e339a7d6f29680cd9e782ce195
Bug fix. Ensure that current->cols is initialized

Even when both stdin/stdout are redirected (which prevents the raw mode from getting set).
linenoise.c