mirror of
https://github.com/He4eT/cheap-glkote.git
synced 2026-05-05 00:47:28 +00:00
Add default screen size for glkote-term
This commit is contained in:
parent
edc43b6382
commit
af71e2f706
1 changed files with 3 additions and 3 deletions
|
|
@ -13,6 +13,8 @@ class GlkOte {
|
|||
|
||||
measure_window() {
|
||||
return {
|
||||
width: 80,
|
||||
height: 25,
|
||||
buffercharheight: 1,
|
||||
buffercharwidth: 1,
|
||||
buffermarginx: 0,
|
||||
|
|
@ -23,12 +25,10 @@ class GlkOte {
|
|||
gridcharwidth: 1,
|
||||
gridmarginx: 0,
|
||||
gridmarginy: 0,
|
||||
height: 0,
|
||||
inspacingx: 0,
|
||||
inspacingy: 0,
|
||||
outspacingx: 0,
|
||||
outspacingy: 0,
|
||||
width: 0,
|
||||
outspacingy: 0
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue