Skip to content

Commit

Permalink
Small cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
JanWielemaker committed Sep 21, 2020
1 parent f10f3b0 commit b2c8fd2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/trace.pl
Original file line number Diff line number Diff line change
Expand Up @@ -590,15 +590,15 @@

set_screen_property(Options) :-
pengine_self(Pengine),
screen_property(Property),
screen_property_decl(Property),
option(Property, Options),
assertz(Pengine:screen_property(Property)).

screen_property(height(_)).
screen_property(width(_)).
screen_property(rows(_)).
screen_property(cols(_)).
screen_property(tabled(_)).
screen_property_decl(height(_)).
screen_property_decl(width(_)).
screen_property_decl(rows(_)).
screen_property_decl(cols(_)).
screen_property_decl(tabled(_)).

%! swish:tty_size(-Rows, -Cols) is det.
%
Expand Down

0 comments on commit b2c8fd2

Please sign in to comment.