prompt: move code to new prompt module
commit3209fa8f363b774c7baf90a8d7dcd214e93cdce0
authorJonas Fonseca <jonas.fonseca@gmail.com>
Fri, 14 Mar 2014 00:04:05 +0000 (13 20:04 -0400)
committerJonas Fonseca <jonas.fonseca@gmail.com>
Fri, 14 Mar 2014 00:10:45 +0000 (13 20:10 -0400)
tree94f2a5cc975388f9eb02c8cd1c74a1553d2b48bc
parentc09faf6393978c3999d6ca2efeb0395e5482b6d4
prompt: move code to new prompt module

This creates a new prompt module with the UI code from the display
module as well as run_request_command() from tig.c. It also introduces a
new open_prompt() method which is called when the user opens the prompt.
Makefile
include/tig/display.h
include/tig/prompt.h [new file with mode: 0644]
src/argv.c
src/display.c
src/grep.c
src/prompt.c [new file with mode: 0644]
src/stage.c
src/status.c
src/tig.c