summaryrefslogtreecommitdiff
path: root/src/devices/grolj4/lj4.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/grolj4/lj4.cc')
-rw-r--r--src/devices/grolj4/lj4.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/grolj4/lj4.cc b/src/devices/grolj4/lj4.cc
index 6829acb1..0ee11852 100644
--- a/src/devices/grolj4/lj4.cc
+++ b/src/devices/grolj4/lj4.cc
@@ -502,6 +502,9 @@ void lj4_printer::draw(int code, int *p, int np, const environment *env)
printf("FT10,%d", p[0]/10);
hpgl_end();
break;
+ case 'F':
+ // not implemented yet
+ break;
case 't':
{
if (np == 0) {