Skip to content

Commit f4fd11e

Browse files
authored
Update README.md - replaced --ibmpc with --cp437
Removing -A and --ibmpc, as they are just confusing people. Replaced with --cp437 and gave it a new description which is closer to its intent, which is to run in a Code Page 437 (IBM-PC style) terminal.
1 parent 0b79ba9 commit f4fd11e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ optional arguments:
129129
--cursor CURSOR Cursor mode (block, underscore, or pipe)
130130
--notheme Disable theme support
131131
--theme THEME Load a custom theme file
132-
-A, --ibmpc IBM-PC ANSI Art Mode - Use F1-F10 keys for Code Page 437 extended ASCII (IBM-
133-
PC) block characters
132+
--cp437 Encode extended characters using Code Page 437 (IBM-PC/MS-DOS) encoding
133+
instead of Utf-8. (Needs CP437 capable terminal and font)
134134
--export-ansi Export loaded art to an ANSI file and exit
135135
-u UNDOSIZE, --undosize UNDOSIZE
136136
Set the number of undo history states - default is 100. More requires more

0 commit comments

Comments
 (0)