Skip to content
This repository was archived by the owner on Aug 20, 2021. It is now read-only.

Commit

Permalink
allow terminal of exactly 80x25 to play dos games!
Browse files Browse the repository at this point in the history
  • Loading branch information
jquast committed Feb 5, 2015
1 parent 3bb1f28 commit f33c654
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
2.0.4
- bugfix: sesame did not honor want_cols/rows when
the given terminal size was already of its exact
dimensions.
2.0.3
- minor bug: import common.py as relative from main.py
- bugfix: import common.py as relative from main.py
2.0.1
- bugfix: did not include default 'top' art
- bugfix: could not press 'return' to continue in sesame
Expand Down
2 changes: 1 addition & 1 deletion x84/default/sesame.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def prompt_resize_term(session, term, name):
if inp.code == term.KEY_ESCAPE:
return False
inp = term.inkey(0)

return True


def restore_screen(term, cols, rows):
Expand Down

0 comments on commit f33c654

Please sign in to comment.