]> granicus.if.org Git - nethack/commit
extended #version windowing options
authorPatR <rankin@nethack.org>
Sun, 17 Feb 2019 23:00:43 +0000 (15:00 -0800)
committerPatR <rankin@nethack.org>
Sun, 17 Feb 2019 23:00:43 +0000 (15:00 -0800)
commit6b54456c45ab70446e33f64f7a1e546cb7c2c787
tree0eef946aa3aa0cb2e29e2ba92c4f7a0335fe1782
parent4a9a92a2e8c1fbcf319ffa657fd315604e7a2925
extended #version windowing options

When makedefs generates dat/options for #version, enhance the
formatting of the 'supported windowing systems' section with more
thorough word fill and also emphasize the actual window system names
so that user can tell what value to give to OPTIONS=window_system:%s
when picking one of them.  Before and after

Supported windowing systems:
    traditional tty-based graphics,
    terminal-based graphics using curses libraries, and X11
    with a default of tty.

Supported windowing systems:
    "tty" (traditional text with optional line-drawing), "curses"
    (terminal-based graphics), and "X11", with a default of "tty".
util/makedefs.c