]> git.ozlabs.org Git - petitboot/commit
ui/ncurses: ked -> boot-editor
authorJeremy Kerr <jk@ozlabs.org>
Wed, 27 Feb 2013 06:15:34 +0000 (14:15 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Mon, 15 Apr 2013 06:54:21 +0000 (14:54 +0800)
commit6eb39a03bf66d91c37ca5d14dd61a90850a921d3
treea416a0ef8fd7c1f6338481eedf3dd04e8236bad3
parente3ebf4d2ebe3464257655f059ea020565a536643
ui/ncurses: ked -> boot-editor

git mv ui/ncurses/nc-ked.c ui/ncurses/nc-boot-editor.c
git mv ui/ncurses/nc-ked.h ui/ncurses/nc-boot-editor.h
find ui/ncurses -type f |
xargs sed -i -e s/nc-ked\./nc-boot-editor./g \
             -e s/ked/boot_editor/g

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
ui/ncurses/Makefile.am
ui/ncurses/nc-boot-editor.c [new file with mode: 0644]
ui/ncurses/nc-boot-editor.h [new file with mode: 0644]
ui/ncurses/nc-cui.c
ui/ncurses/nc-cui.h
ui/ncurses/nc-ked.c [deleted file]
ui/ncurses/nc-ked.h [deleted file]
ui/ncurses/nc-scr.h