]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - test/demo_tabs.c
ncurses 6.3 - patch 20220709
[ncurses.git] / test / demo_tabs.c
index 51850e4cb992febd70e98166d954c1971490e539..6bd067eac86b0e4755655007698e4e109e564ed6 100644 (file)
@@ -1,5 +1,5 @@
 /****************************************************************************
- * Copyright (c) 2019 Free Software Foundation, Inc.                        *
+ * Copyright 2019-2020,2022 Thomas E. Dickey                                *
  *                                                                          *
  * Permission is hereby granted, free of charge, to any person obtaining a  *
  * copy of this software and associated documentation files (the            *
 /*
  * Author: Thomas E. Dickey
  *
- * $Id: demo_tabs.c,v 1.4 2019/02/24 00:38:13 tom Exp $
+ * $Id: demo_tabs.c,v 1.6 2022/05/15 13:04:57 tom Exp $
  *
  * A simple demo of tabs in curses.
  */
+#define USE_CURSES
 #define USE_TINFO
 #include "test.priv.h"