vmx(1): fix '-v text'
This commit is contained in:
parent
98b1a59547
commit
c3d372c3da
1 changed files with 2 additions and 0 deletions
|
@ -657,6 +657,8 @@ vgafbparse(char *fbstring)
|
||||||
|
|
||||||
if(strcmp(fbstring, "text") == 0){
|
if(strcmp(fbstring, "text") == 0){
|
||||||
curmode = &textmode;
|
curmode = &textmode;
|
||||||
|
maxw = 640;
|
||||||
|
maxh = 400;
|
||||||
return;
|
return;
|
||||||
}else if(strncmp(fbstring, "vesa:", 5) == 0){
|
}else if(strncmp(fbstring, "vesa:", 5) == 0){
|
||||||
vesamode = 1;
|
vesamode = 1;
|
||||||
|
|
Loading…
Reference in a new issue