.\" Process this file with .\" groff -man -Tascii sted.1 .\" .TH STED 1 "July 1998" Linux "User Manuals" .SH NAME sted \- a small and simple text editor .SH SYNOPSIS .B sted [ .I -p .B ] [ .I file .B ] .SH DESCRIPTION .B sted means Simple (or Stupid, or Small) Text Editor. It's a very simple text editor. It lets you load a file by specifying it on the command line, or by pressing .BR F11 , while in the program. Save by pressing .B F12 and quit by pressing .BR F9 . You can move around with the cursor keys, and the .BR PageUp , .BR PageDown , .BR Home , .BR End , .BR Shift-Left , .BR Shift-Right , .B Shift-Home and .B Shift-End keys if your terminal has them. .B Shift-Del deletes line and .B Shift-Ins inserts deleted line. You can use some .BR vi (1) keys if you press .BR Control-O . .B F1 or .B Help key lists all keys. .B Control-L or .B Clear key redraws the screen. The .B -p parameter starts .B sted in psychedelic mode. .P You can edit .BR Unicode (7) text in .BR utf\-8 (7) format on .B Linux console if you have defined a proper keymap. See .B lt.map in .B kbd keymaps directory as example. You should set terminal to .BR utf\-8 (7) mode using .BR unicode_start from .B kbd or better use special .BR terminfo (3ncurses) entry such as .B linux+utf8 from .BR 2UTF (1). If odd 8-bit characters above 0xA0 are found in the file they are assumed to be from .BR latin1 (7) char-set and are converted. .SH BUGS .P Ncurces outputs too much spaces for lines with multi-byte characters. .P .B DEC private mode escape sequences are used to set terminal to nowrap mode. On exit wrap mode is set. .P Control characters may not display properly. .P There are probably a lot more of them. If there aren't any, it must be because the program is so very small and simple. .SH AUTHOR .P Linus Akerlund .P Ricardas Cepas