Fix minor tab completion bug

This commit is contained in:
Kevin Lange 2012-01-10 18:42:46 -06:00
parent edebb12573
commit ef5f2ebd1a
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/*
/* vim: tabstop=4 shiftwidth=4 noexpandtab
* Kernel linker script for x86
*/
OUTPUT_FORMAT(elf32-i386)

View File

@ -284,6 +284,7 @@ kgets_handler(
}
kgets_tab_complete_func(kgets_buffer);
kgets_collected = strlen(kgets_buffer);
kgets_offset = kgets_collected;
return;
} else if (ch == 27) {
kgets_special = 1;