Added mbfile adopt command

This commit is contained in:
Michiel Broek
2001-11-19 21:34:21 +00:00
parent 97f33ea687
commit 35c0eb6b50
4 changed files with 219 additions and 11 deletions

View File

@@ -1,8 +1,7 @@
/*****************************************************************************
*
* File ..................: setup/m_fdb.c
* $Id$
* Purpose ...............: Edit Files DataBase.
* Last modification date : 19-Oct-2001
*
*****************************************************************************
* Copyright (C) 1999-2001
@@ -209,7 +208,7 @@ void E_F(long areanr)
while(TRUE) {
mvprintw(LINES - 4, 6, "Enter your choice >");
menu = (char *)"0";
menu = (char *)"-";
menu = edit_field(LINES - 4, 26, 6, '!', menu);
locate(LINES - 4, 6);
clrtoeol();