added NeonHelp history command
[NeonServV5.git] / src / tools.c
index 6ecb7da80e68c752bccb65e7c378ece4ac03f982..985362d17c2edf8b88835911fdbaee9088f9dc19 100644 (file)
@@ -212,7 +212,8 @@ char **table_end(struct Table *table) {
                         }
                     }
                 }
-            }
+            } else if(table->col_flags[col] & TABLE_FLAG_COL_SKIP_NULL)
+                continue;
             i -= j;
             if(col < table->width-1) {
                 for(;i < table->maxwidth[col]; i++) {