Move the tilde-expansion code to a better place
commitaf7325af5aceac16c060a26485acda9972762a51
authorSadrul Habib Chowdhury <sadrul@users.sourceforge.net>
Sun, 1 Feb 2009 00:50:59 +0000 (31 19:50 -0500)
committerSadrul Habib Chowdhury <sadrul@users.sourceforge.net>
Sun, 1 Feb 2009 00:50:59 +0000 (31 19:50 -0500)
tree147c9868eaba4b004febd99da00e6c6a7886f173
parent416bb21cb22233ec0f88b54cf6ca3feb85b0f0a1
Move the tilde-expansion code to a better place

The tilde-expansion didn't happen with the following screenrc command:

  screen 0 screen -S name -c ~/file

With this change, proper tilde-expansion happens for the nested screen.
src/fileio.c