X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fmessage.h;h=e0c98cebf78da3f154cc57c01ebfea53fec895e0;hb=b7968b37a3825943816f9c262d4b2979397f6a83;hp=24d2defe46f2e41ed5ce1253fee377841d1733d9;hpb=b8f7ae6610f04de0b4325a905cc69beb65bad2ab;p=pspp diff --git a/src/libpspp/message.h b/src/libpspp/message.h index 24d2defe46..e0c98cebf7 100644 --- a/src/libpspp/message.h +++ b/src/libpspp/message.h @@ -112,6 +112,11 @@ struct msg_location Both 'start' and 'end' are inclusive, line-wise and column-wise. */ struct msg_point start, end; + + /* Normally, 'start' and 'end' contain column information, then displaying + the message will underline the location. Setting this to true disables + displaying underlines. */ + bool omit_underlines; }; void msg_location_uninit (struct msg_location *);