elm config - allow the ability to save out to another hidden profile 92/83592/2
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Thu, 31 Dec 2015 06:38:20 +0000 (15:38 +0900)
committerHermet Park <chuneon.park@samsung.com>
Fri, 12 Aug 2016 05:58:36 +0000 (22:58 -0700)
commit435fe652ededa5f562dfc71379bd1136f7dd1a9b
tree389fb80bf422de8f1b72444dc638e57c721cd6c9
parent7822eb7d9c2c79f801fd29effe66031135821268
elm config - allow the ability to save out to another hidden profile

support the ability to have hidden profiles that begin with a dot (.)
char like all hidden files/dirs. to do this we need to also be able to
create profiles with a given name (a hidden name) without switching to
them, so add the ability to save out to a specific profile name
without switching to it. of course this means to list profiles we need
to list them or list ALL includiing hidden profiles.

@feature

Change-Id: I9e4f7281e3b2bf2a2054b71573c59d7d15f0e2b2
src/lib/elm_config.c
src/lib/elm_config.h
src/lib/elm_priv.h