]> git.ipfire.org Git - thirdparty/util-linux.git/commit
setterm: move show_tabs() and screendump() functions
authorSami Kerola <kerolasa@iki.fi>
Sat, 17 May 2014 19:12:23 +0000 (20:12 +0100)
committerSami Kerola <kerolasa@iki.fi>
Mon, 19 May 2014 21:45:37 +0000 (22:45 +0100)
commitc591be873bc321ec21bdd959a94dad54d9fe36c7
tree0a5b1897fad2830d47d1974b68ddec1ec22dee26
parent35b578a02a8e22ce998be615f3c6dfe45c0a8b34
setterm: move show_tabs() and screendump() functions

Earlier the function was in the middle of option parsing code segment,
and screendump() required function prototype.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
term-utils/setterm.c