Skip to content

Commit

Permalink
Remove lastline from RzCons bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
XVilka committed Dec 10, 2024
1 parent 8d233af commit 5fac48a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bindings.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ def bind_cons(cons_h: Header) -> None:
typedef="RzCons",
ignore_fields={"term_raw", "term_buf"}, # struct termios
rename_fields={
"lastline": "_lastline",
"echo": "_echo",
"highlight": "_highlight",
"newline": "_newline",
Expand Down

0 comments on commit 5fac48a

Please sign in to comment.