diff options
Diffstat (limited to 'stdlib/termios.tl')
-rw-r--r-- | stdlib/termios.tl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/termios.tl b/stdlib/termios.tl index a1218cf4..06118c3e 100644 --- a/stdlib/termios.tl +++ b/stdlib/termios.tl @@ -24,6 +24,7 @@ ;; CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ;; ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE ;; POSSIBILITY OF SUCH DAMAGE. + (defmeth termios set-iflags (tio . values) (set-mask tio.iflag . values)) |