1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/pkg/term/winconsole
Sachin Joshi cb7a65c55e Fix panic with vi in busybox
Following bugs are fixed:
1.Handle out of bound cursor movements: vi in busybox sets cursor
to (999,999) expecting it to be set to right, bottom correctly.

2.Correctly determine redirected non-terminal file.

Signed-off-by: Sachin Joshi <sachin_jayant_joshi@hotmail.com>
2015-03-18 13:10:57 -07:00
..
console_windows.go Fix panic with vi in busybox 2015-03-18 13:10:57 -07:00
console_windows_test.go Move windows console specific implementation in sub package 2015-03-16 14:04:53 -07:00
term_emulator.go Use syscall consts, check for errors, 2015-03-16 14:04:56 -07:00
term_emulator_test.go Use syscall consts, check for errors, 2015-03-16 14:04:56 -07:00