]> git.saurik.com Git - redis.git/commit
added support for ctrl-l and clear command into redis-cli. To clear the screen is...
authorantirez <antirez@gmail.com>
Wed, 1 Dec 2010 10:18:59 +0000 (11:18 +0100)
committerantirez <antirez@gmail.com>
Wed, 1 Dec 2010 10:18:59 +0000 (11:18 +0100)
commitbbac56c2f823a6ab2170e1b00b93a620188b76da
tree4c91945574f3b35d3f3ed44ce71cbbb1b9d991c9
parentce260f736e483d40967d3e551f04534154c12aba
added support for ctrl-l and clear command into redis-cli. To clear the screen is a good idea from time to time :). Also linenoise updated to the current version to support this new feature.
deps/linenoise/linenoise.c
deps/linenoise/linenoise.h
src/redis-cli.c